home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / fido / SHELTER275.lha / InstallInstaller < prev    next >
AmigaDOS Script File  |  1993-04-22  |  534b  |  22 lines

  1. .key none
  2. .bra {
  3. .ket }
  4.  
  5. ;$VER: InstallInstaller 1.24 (22.4.93)
  6.  
  7. failat 21
  8.  
  9. if not exists SYS:Utilities/installer
  10.    echo "Installing Installer version 1.24 in SYS:Utilities/"
  11.    copy Installer SYS:Utilities clone
  12. else
  13.    version >NIL: SYS:Utilities/installerInstaller 1 24
  14.    if warn
  15.        echo "Installing Installer version 1.24 in SYS:Utilities"
  16.        copy Installer SYS:Utilities clone
  17.    else
  18.       echo "Not installing Installer 1.24 because newer/same version"
  19.       echo "is already present in SYS:Utilities"
  20.    endif
  21. endif
  22.